home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 November
/
CHIP Kasım 1996.iso
/
ms
/
catapult
/
catapult.exe
/
PPC
/
PERFCTRS
/
RWSCTRS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-05-07
|
1KB
|
45 lines
//#---------------------------------------------------------------
// File: rwsctrs.h
//
// Synopsis: Offset definitions for the RWS
// counter objects & counters.
//
// These offsets *must* start at 0 and be
// multiples of 2. In the OpenPerformanceData
// procecedure, they will be added to the
// "First Counter" and "First Help" values
// from the Registry in order to determine the
// absolute location of the counter & object names
// and corresponding help text in the registry.
//
// This file is used by this DLL as well as the
// .INI definition file, which is parsed by the
// LODCTR utility to load the object & counter
// names into the registry.
//
// Copyright (C) 1996 Microsoft Corporation
// All rights reserved.
//
// History
// Feb 20 1996: RobSol Original version
//----------------------------------------------------------------
#ifndef _RWSCTRS_H_
#define _RWSCTRS_H_
//
// The counter object.
//
#define RWS_COUNTER_OBJECT 0
//
// The individual counters.
//
#define RWS_NUM_DEVELOPERS_COUNTER 2
#endif // _RWSCTRS_H_